home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Cl… (Business) 1997 November / Software of the Month Club - Business Shareware (Volume 243) (November 1997).iso / dos / biz / EasyPlan / PICPRT.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-06-12  |  585 b   |  21 lines

  1. @echo off
  2. cls
  3. if exist picprt.exe goto load
  4. echo.
  5. echo ***************************************************************
  6. echo      PICprint facility has not been supplied with this copy
  7. echo          of EASI-PLAN Pro in order to reduce disk space.
  8. echo.
  9. echo    You will be returned to EASI-PLAN after you press any key
  10. echo.
  11. pause
  12. goto END
  13. :LOAD
  14. echo.
  15. echo ***************************************************************
  16. echo                Loading PICprint - Please wait
  17. echo ***************************************************************
  18. picprt.exe
  19. goto END
  20. :END
  21.